home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_555 / thea64package / unpackdisk2 < prev    next >
Text File  |  1992-05-06  |  630b  |  26 lines

  1. .K ""
  2. echo "This script will unpack A64Utils.lzh to 'A64 Doc & Utils:'"
  3. echo ""
  4.  
  5. ask "Do you have a blank disk ready?"
  6. if not WARN
  7.     echo "Try again when you do ..."
  8.     echo "All Done.  Click close gadget to get rid of window."
  9.     endcli
  10. endif
  11.  
  12. ask "Is floppy drive df1: free?"
  13. if not WARN
  14.     echo "You will need to do the unpacking yourself."
  15.     echo "All Done.  Click close gadget to get rid of window."
  16.     endcli
  17. endif
  18.  
  19. echo "Formatting and unpacking disk."
  20.  
  21. sys:system/format drive df1: name "A64 Doc & Utils" noicons
  22. :c/lharc -x -a -m x A64Utils.lzh "A64 Doc & Utils:"
  23.  
  24. echo "All Done.  Click close gadget to get rid of window."
  25. endcli
  26.